feat: move live-changeable settings into the database - #232
Conversation
The Settings table is the single source of truth for the 22 editable settings; configuration seeds each key once on first boot and is ignored afterwards. Secrets are encrypted at rest with AES-GCM. Rebex adapters are now always registered so the license key takes effect without a restart.
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (5)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository: simplify9/coderabbit/.coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The Settings table is the single source of truth for the 22 editable settings; configuration seeds each key once on first boot and is ignored afterwards. Secrets are encrypted at rest with AES-GCM. Rebex adapters are now always registered so the license key takes effect without a restart.